# $Id: makefile,v 1.1 2004/09/29 07:13:19 verkout Exp $

# Use the generic AIPS++ class implementation makefile.
#------------------------------------------------------
include $(word 1, $(AIPSPATH))/code/install/makefile.imp

# Set up a parallel make if PARALLEL_MAKE is defined in makedefs.
ifdef PARALLEL_MAKE
  MAKE := $(PARALLEL_MAKE)
endif

TGTS=ms2uvfitsimpl/FITSUtils ms2uvfitsimpl/Generators ms2uvfitsimpl/Converters

.PHONY: all jivetgt $(TGTS)

all: DtdLUT Plotters Utilities hvplugin j2ms ms2uvfitsimpl
	
jivetgt: $(TGTS)
$(TGTS):
	echo "HV: Making TGT=$@";\
	gmake -C $@ 
